home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00051_Enter Main Screen score Scipt.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  341 b   |  13 lines

  1. on exitFrame
  2.   global gsCleanUpHandler, gbVideoUp
  3.   set gbVideoUp to 0
  4.   set gsCleanUpHandler to "aMainScreenExit"
  5.   preLoad(the frame + 1, the frame + 1)
  6.   set the visible of sprite 2 to 1
  7.   set the visible of sprite 8 to 1
  8.   repeat with i = 20 to 29
  9.     set the visible of sprite i to 0
  10.   end repeat
  11.   set the cursor of sprite 2 to -1
  12. end
  13.